home *** CD-ROM | disk | FTP | other *** search
/ Macworld Expo - Develope…Central & Net Innovations / Developer Central and Net Innovators (MacWorld Expo) (January 1999).iso / Developer Central / Bowers Development / Demo AppMaker / Examples / PowerPlant / AMReminder / AMReminderCmds.h < prev    next >
Encoding:
Text File  |  1998-10-11  |  212 b   |  11 lines  |  [TEXT/CWIE]

  1. // AMReminderCmds.h -- command code declarations
  2.  
  3. #pragma once
  4.  
  5. #include <PP_Types.h>
  6.  
  7. const CommandT    cmdAddReminder    = 'Addr';
  8. const CommandT    cmdEditReminder    = 'Edir';
  9. const CommandT    cmdDeleteReminder    = 'Delr';
  10.  
  11.